projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ecc922
)
at91: redefine legacy GPIO PIN_BASE
author
Andreas Bießmann
<
[email protected]
>
Fri, 29 Nov 2013 11:13:44 +0000
(12:13 +0100)
committer
Andreas Bießmann
<
[email protected]
>
Mon, 9 Dec 2013 12:21:39 +0000
(13:21 +0100)
In order to get the very same value for legacy pin definitions and new gpio
definitions set the legacy PIN_BASE to 0.
Signed-off-by: Andreas Bießmann <
[email protected]
>
arch/arm/include/asm/arch-at91/gpio.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-at91/gpio.h
b/arch/arm/include/asm/arch-at91/gpio.h
index b340afef19d39266a01a1292b3c52633e4bf25bc..ff6142b8aa6b7ac2e06ad868323f0a4a6d0c1cd9 100644
(file)
--- a/
arch/arm/include/asm/arch-at91/gpio.h
+++ b/
arch/arm/include/asm/arch-at91/gpio.h
@@
-16,7
+16,7
@@
#ifdef CONFIG_ATMEL_LEGACY
-#define PIN_BASE
32
+#define PIN_BASE
0
#define MAX_GPIO_BANKS 5